type github.com/andybalholm/brotli.huffmanTreeGroup
7 uses
github.com/andybalholm/brotli (current package)
decode.go#L917: func huffmanTreeGroupDecode(group *huffmanTreeGroup, s *Reader) int {
decode.go#L2393: var hgroup *huffmanTreeGroup = nil
huffman.go#L93: type huffmanTreeGroup struct {
state.go#L117: literal_hgroup huffmanTreeGroup
state.go#L118: insert_copy_hgroup huffmanTreeGroup
state.go#L119: distance_hgroup huffmanTreeGroup
state.go#L286: func decoderHuffmanTreeGroupInit(s *Reader, group *huffmanTreeGroup, alphabet_size uint32, max_symbol uint32, ntrees uint32) bool {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |